
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.movil
{
    display: none;
}

body {
    background: #f6f8fa;
}

/* ------------------------------- SUBMENU ------------------------------ */

.sub_menu {
    background: #233295;
    padding: 15px 0;
    color: #ffffff;
}

.sub_menu ul {
    margin: 0;
}

.sub_menu ul li:after {
    content: '';
    display: inline-block;
    margin-left: .5rem;
    width: 1px;
    height: 12px;
    background: #fff;
    vertical-align: middle;
}

.sub_menu ul li:last-child:after {
    content: none
}

.sub_menu svg{
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}

.sub_menu ul li a:hover {
    color: #ffffffc4;
}


/* ------------------------------- MENU PRINCIPAL ------------------------------ */

.menu_principal {
    

}

.menu_principal .navbar-nav > .nav-item {
    margin-right: 30px;
}

.menu_principal .navbar-nav > .nav-item:last-child {
    margin-right: 0;
}

.menu_principal .navbar-nav > .nav-item > .nav-link {
    color: #000;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.menu_principal .navbar-nav > .nav-item > .nav-link.active {
    color: #ff5134 !important;
}

.menu_principal .navbar-nav > .nav-item > .nav-link:after {
    content: '';
    width: 0;
    height: 2px;
    transition: .2s;
    background: #ff5134;
    position: absolute;
    left: 0;
    top: 0;
}

.menu_principal .navbar-nav > .nav-item > .nav-link:hover:after {
    width: 50%;
}

.menu_principal .navbar-collapse .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-toggler {
    border: 0;
    color: #233295;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ------------------------------- SLIDER ------------------------------ */

.slider .carousel .carousel-item {
    height: 700px;
}
  
.slider .carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 700px;
}

#carrousel .carousel-inner .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
}

#carrousel h1 {
    font-size: 60px;
    line-height: 72px;
    font-family: Poppins, sans-serif;
    color: #222;
    font-weight: 700;
    text-shadow: #ffffff 1px 0 10px;
}

#carrousel h1 span {
    font-size: 30px;
    display: block;
    line-height: 42px;
    color: #ff5134;
}

#carrousel p {
    font-size: 21px;
    line-height: 30px;
    color: #222;
}

.btn-principal {
    background: #ff5134;
    color: #fff;
    padding: 12px 24px;
    letter-spacing: 1px;
    transition: .3s;
    border-radius: 0;
}

.btn-principal:hover {
    background: #ff2501;
    color: #fff;
}

.carousel-caption.derecha {
    text-align: right;
    left: 50%;
}

.carousel-caption.izquierda {
    text-align: left;
    right: 50%;
}


/*-------------------------------------------------------------*/
.pagina_titulo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 286px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.pagina_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.pagina_titulo h2 {
    color: #fff;
    font-size: 48px;    
    line-height: 48px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-top: 0;    
    margin-bottom: 10px;
}

.pagina_titulo .bread-crumb {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

.pagina_titulo .bread-crumb li {
    display: inline-block;
    color: #fff;
}

.pagina_titulo .bread-crumb li a {
    color: #fff;
    font-size: 16px;
}

.pagina_titulo .bread-crumb li:after {
    content: '/';
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.pagina_titulo .bread-crumb li:last-child:after {
    content: none
}


/*-------------------------------------------------------------------------*/

.seccion {
    padding-top: 96px;
    padding-bottom: 48px;
}

.markdown h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 48px;
    font-family: Poppins, sans-serif;
    color: #222;
    font-weight: 700;
    margin-top: 0;
}

.markdown h2 span {
    font-size: 18px;
    display: block;
    color: #ff5134;
}

.markdown p {
    color: #555;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 28px;
}

.servicios_block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
}


.servicios_block h2 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 24px;
    font-family: Poppins, sans-serif;
    color: #222;
    font-weight: 700;
    margin-top: 0;
}

.servicios_block p {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}

.servicio_item {

}

.servicio_imagen {
    position: relative;
    overflow: hidden;
}

.servicio_imagen img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .3s;
}

.servicio_hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 81, 52, .72);
    opacity: 0;
    transition: opacity .3s;
}

.servicio_icono {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.servicio_icono::after, .servicio_icono::before {
    content: '';
    background: #fff;
    position: absolute;
}

.servicio_icono::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.servicio_icono::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.servicio_item:hover .servicio_imagen img {
    transform: scale(1.2) rotate(5deg);
}

.servicio_item:hover .servicio_hover {
    opacity: 1;
}

.servicio_item:hover .servicio_icono {
    top: 50%;
    opacity: 1;
}

.servicio_item h3 {
    font-size: 18px;
    margin-top: 24px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.servicio_item p {
    margin-bottom: 18px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.servicio_boton {
    font-size: 14px;
    color: #ff5134;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.servicio_boton:hover {   
    color: #23527c;       
}



.side_menu ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.side_menu ul li {
    border-bottom: 1px solid #ddd;
}

.side_menu ul li a {
    background: #f2f2f2;
    color: #222;
    padding: 14px 24px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    transition: .3s;
}

.side_menu ul li a[aria-expanded="true"]{
    background: #ff5134;
    color: #fff;
}

.side_menu ul li a:hover {
    background: #ff5134;
    color: #fff;
}

.servicio_detalle h3 {
    font-size: 24px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    color: #222;
    font-weight: 700;
    margin-top: 0;
}

.servicio_detalle h3 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #ff5134;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.servicio_detalle p {
    margin-bottom: 30px;    
    color: #666;
    font-size: 16px;
    line-height: 28px;
}


.contacto_item {
    margin-bottom: 48px;
    text-align: center;
}

.contacto_item h3 {
    font-size: 18px;
    line-height: 36px;
    font-family: Poppins, sans-serif;
    color: #222;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

.contacto_item p {
    margin-bottom: 0;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.contacto_icon {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    background: #ff5134;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.contacto_icon svg {
    margin-top: -7px;
}

/*------------------------------------------------------FOOTER-----------*/

footer {
    background: #222;
}

#pre_footer{
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
    background: #19246c;
}

#pre_footer .pre_footer_icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ff5134;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;    
}

#pre_footer .pre_footer_icon svg {
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

#pre_footer p, #pre_footer a {
    display: inline-block;
    color: #fff;
    margin-left: 8px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 500;
}



#footer_mid {
    padding-top: 72px;
    padding-bottom: 72px;
}

#footer_bottom {
    background: #151515;
    padding-top: 24px;
    padding-bottom: 24px;
}


.footer_title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 700;
}

.footer_p {
    color: #999;
    margin-bottom: 30px;
}

.footer_social {
    color: #fff;
    font-size: 0;
    margin-bottom: 0;
}

.footer_social svg {
    height: 20px;
    width: 20px;
}


#footer_bottom p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.footer_links {
    text-align: right;
    margin-bottom: 0;
    padding: 0;
}

.footer_links li {
    display: inline-block;
    margin-left: 8px;    
}

.footer_links li a {
    color: #999;
    font-size: 14px;
}

.footer_enlaces a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer_enlaces a:hover {
    text-decoration: underline;
}

.lista_icono {
    margin-bottom: 15px;
}
.icono_container {
    font-size: 30px;
    color: #7381de;
}

.lista_icono h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    color: #222;
    font-weight: 700;
    margin-top: 0;
    
    margin-bottom: 10px;
}

.lista_icono p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.icono_container {
    margin-bottom: 15px;
}

.icono_container svg {
    width: 36px;
    height: 36px;
    stroke-width: 1;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) 
{
    .movil
    {
        display: inherit;
    }

    .escritorio
    {
        display: none;
    }



    #carrousel h1 {
        font-size: 20px;  
        line-height: 20px;     
    }
    
    #carrousel h1 span {
        font-size: 14px;
        line-height: 18px;      
    }
    
    #carrousel p {
        font-size: 12px;   
        line-height: 16px;     
    }

    .pre_footer_item {
        margin-bottom: 15px;
    }

    #footer_bottom p {
        text-align: center;
        margin-bottom: 1rem;
        line-height: 16px;
    }
    
    .footer_links {
        text-align: center;
        margin-bottom: 0;
        padding: 0;
    }

    .pagina_titulo h2 {
        font-size: 32px;    
        line-height: 32px;
    }

    .btn-principal {
        font-size: 12px;
    }
  
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

