/*ICONOS*/
@font-face {
    font-family: 'fontello';
    src: url('../../fontello/index3/fontello.eot?64421911');
    src: url('../../fontello/index3/fontello.eot?64421911#iefix') format('embedded-opentype'),
       url('../../fontello/index3/fontello.woff?64421911') format('woff'),
       url('../../fontello/index3/fontello.ttf?64421911') format('truetype'),
       url('../../fontello/index3/fontello.svg?64421911#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*END ICONOS*/

/*LOGO*/
.logo-cmc{
    width: 250px;
    height: 65px;
    background-image: url('../../img/logo-color.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.navbar.scrolled .logo-cmc{
    background-image: url('../../img/logo-color.svg');
}
/*END LOGO*/

body{
    overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.load-page{
    cursor: pointer;
}

@media (max-width: 991.98px) {
    
    .navbar-collapse {
        margin-top: 5px;
        padding-left: 10px;
        background-color: #007558;
        border: 1px solid white;
        padding-right: 10px;
    }
    
    .dropdown-item:hover> .dropdown-submenu{
        display: block;
        position: relative;
        left: 0;
        margin-left: 2px;
        margin-top: 0px;
    }
}

/**/
.navbar .navbar-nav .nav-item .nav-link {
    color: #213361 !important;
}

.navbar.scrolled .navbar-nav .nav-item .nav-link {
    color: #213361 !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item a{
    text-transform: uppercase;
    color: #213361;
}
.navbar.scrolled .navbar-nav .nav-item .dropdown-menu .dropdown-item a{
    color: #213361 !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu{
    padding: 5px;
    background-color: transparent !important;
    backdrop-filter: blur(15px);
    border-bottom: 2px solid rgba(255,255,255,0.7) !important;
    border-top: 2px solid rgba(255,255,255,0.7) !important;
}
.navbar.scrolled .navbar-nav .nav-item .dropdown-menu{
    background-color: white !important;
    color: #213361 !important;
    border-bottom: 2px solid #213361 !important;
    border-top: 2px solid #213361 !important;
}

.ftco-navbar-light.scrolled {
    background-image: '';
    background-color: transparent !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    backdrop-filter: blur(15px);border-bottom: 2px solid rgba(255,255,255,0.5) !important;
}
/**/

/*SUBMENU NOSOTROS AND ACTUALIDAD AND PROMOCION*/
.item-blog-menu, .blog-nosotros, .blog-actualidad, .blog-promocion{
    display: none;
}

@media (max-width: 991.98px) {
    .item-blog-menu{
        display: none !important;
    }
    .item-blog-nosotros{
        display: block !important;
    }   
    .item-blog-actualidad{
        display: block !important;
    }   
    .item-blog-promocion{
        display: block !important;
    }   
}

.item-blog-nosotros{
        display: block;
    }.blog-nosotros{
        display: none;
    }@media (max-width: 1284px){
        .item-blog-menu{
            display: block;
        }
        
        .item-blog-nosotros{
            display: none;
        }.blog-nosotros{
            display: block;
        }
    }

.item-blog-actualidad{
        display: block;
    }.blog-actualidad{
        display: none;
    }@media (max-width: 1083px){
        .item-blog-menu{
            display: block;
        }
        
        .item-blog-actualidad{
            display: none;
        }.blog-actualidad{
            display: block;
        }
    }

.item-blog-promocion{
        display: block;
    }.blog-promocion{
        display: none;
    }@media (max-width: 1239px){
        .item-blog-menu{
            display: block;
        }
        
        .item-blog-promocion{
            display: none;
        }.blog-promocion{
            display: block;
        }
    }
/*END SUBMENU NOSOTROS AND ACTUALIDAD AND PROMOCION*/

/*SECTION BANNER*/
.circle-body{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f0f0;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.circle-container-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    transform: translate(-50%, -50%);
}

.circle-container-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7;
    transform: translate(-50%, -50%);
}

.circle-container-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
}

.circle-container-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.circle-container-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
}

.circle-container-6 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.circle-container-7 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.circle-container-8 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.circle-1 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: width 0.8s ease-out, height 0.8s ease-out, opacity 0.8s ease-out;
}

.circle-2 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle-3 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle-4 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle-5 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle-6 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle-7 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle-8 {
    width: 375vmin;
    height: 375vmin;
    margin-top: -13vmin;
    margin-left: 143vmin;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hidden {
    width: 0;
    height: 0;
    opacity: 1;
}

.action-button-1 {
    display: inline-block;
    background-color: transparent;
    color: #213361;
    border: 3px #213361 solid;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: 0;
    margin-top: 30%;
    left: 20%;
    z-index: 10;
    height: 50px;
    width: 50px;
}

.action-button-2 {
    display: inline-block;
    background-color: transparent;
    color: #213361;
    border: 3px #213361 solid;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 60%;
    margin-top: 105%;
    z-index: 10;
    height: 50px;
    width: 50px;
}
/*END SECTION BANNER*/

/*SECTION CONTACTANOS*/
.link-contacto{
    color: #213361;
}
.link-contacto:hover{
    color: #213361;
}
/*END SECTION CONTACTANOS*/

/*BOTONES*/
.btn-primary{
    color: white !important;
    background-color: #213361 !important;
    border-radius: 0px !important;
    border-color: #213361 !important;
}
.btn-primary:hover{
    color: white !important;
    background-color: #008691 !important; 
    border-color: #008691 !important;
}
/*END BOTONES*/

/*TOAST*/
#toast-container {
    z-index: 0 !important;
}
#toast-container > .toast-warning {
    height: 60px;
}
.toast-warning > .toast-message> a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 50px;
}
.toast-warning > .toast-message> a:hover{
    color: #FFFFFF;
}

#toast-container > .toast-error {
    height: 120px;
}
.toast-error > .toast-message> a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 50px;
}
.toast-error > .toast-message> a:hover{
    color: #FFFFFF;
}
/*END TOAST*/

/*BOTON FLOTANTE*/
.btn-flotante {
    color: #ffffff;
    border-radius: 100%;
    background-color: #008691;
    padding: 25px 20px 25px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.btn-flotante:hover {
    background-color: #008691;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        bottom: 20px;
        right: 20px;
    }
}
/*END BOTON FLOTANTE*/


