/*===========================================================

  ~ Copyright (c) 16/12/21 09:01
  ~ Creado en 2021
  ~ Mail: sergioscaridgno82@gmail.com
  ~ Cel: +542241682386

=================================================
  Tabla de Contenidos
=================================================

	1. Estilos Basicos
	2. Header
        2.1 Responsive Header
    3. Hero Slider
	5. Toggle
	6. Slider proyectos
	7. Clientes
	8. Footer


=======================================================*/

/* =================================== */
/*  1. Estilos Basicos
/* =================================== */


body, html {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;

}

.texto h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif  !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif  !important;
}
ul, li {
    font-family: 'Montserrat', sans-serif  !important;
}

.box-2 a :hover {
    text-decoration: none;
    color: black;
}

.box-2 a {
    text-decoration: none;
    color: black;
}
/* =================================== */
/*  2. Header
/* =================================== */

.botones-header{
    display: flex;
}

.boton-header1{
    background-color: #016AA8;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 50px;
}

.boton-header2{
    background-color: #016AA8;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 50px;
}

.logo{
    margin-top: 30px;

}

.theme-mi-slider{
    margin-top: 20px;
    z-index: 0;
}

.megamenu_light li a{
    color: #016AA8 !important;
    font-weight: 600 !important;
}

.fondo-azul{
    background-color: #016AA8;
}

.fondo-gris{
    background-color: #9D9D9C;
}

.text-blue{
    color: #016AA8;
}

.img-fluid{
    padding-right: 5px;
    padding-left: 5px;
}

hr {
    height: 3px;
}



.footer p{
    font-size: 16px;
}

.footer-texto{
    margin-left: 40px;
}

.texto-footer-menu{
    padding-right: 20px;
}

.box1{
    background-color: #9D9D9C;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 10px;
}

.box2{
    background-color: #9D9D9C;
    padding-top: 50px;
    padding-bottom: 37px;
    margin-bottom: 10px;
}

.box3{
    background-color: #9D9D9C;
    padding-top: 50px;
    padding-bottom: 37px;
    margin-bottom: 10px;
}

.modal-dialog{
    z-index: 10;
}

.box-form{
    margin-top: 50px;
}
/* =================================== */
/*  2.1 Responsive Header*/
/* =================================== */

/*//Pantallas grandes (desktops de menos de 1200px)*/
@media (min-width: 770px) and (max-width: 978px) {
    .menu-footer{
        margin-top: 30px;
    }
}



/*/ Tablets en horizonal y escritorios normales*/
/*------------------------------------------------------------------------- /*/
    @media (min-width: 768px) and (max-width: 3799px) {
        #prestadores-movil{
            display: none;
        }
        .box2{
           padding-bottom: 50px;
        }

        .box1{
            padding-bottom: 40px;
        }

        .box3{
            padding-bottom: 50px;
            font-size: 16px !important;
        }
    }

/*/ Móviles en horizontal o tablets en vertical*/
/*  ------------------------------------------------------------------------- /*/
    @media (max-width: 767px) {
        #prestadores-movil{
            display: none;
        }

        .logo-footer{
            margin-bottom: 50px;
        }

        .menu-footer{
            margin-top: 20px;
        }

        .boton-header1{
            background-color: #016AA8;
            color: white;
            padding-right: 20px;
            padding-left: 20px;
            margin-right: 10px;
            margin-left: 10px;
            margin-top: 50px;
            font-size: 17px;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;

        }

        .boton-header2{
            background-color: #016AA8;
            color: white;
            padding-right: 20px;
            padding-left: 20px;
            margin-right: 10px;
            margin-left: 10px;
            margin-top: 50px;
            font-size: 17px;
            text-align: center;
            padding-top: 9px;
            padding-bottom: 10px;
        }
    }

/*/ Móviles en vertical*/
/*  ------------------------------------------------------------------------- *!*/
    @media (max-width: 480px) {

        #prestadores-pc {
            display: none;
        }

        #prestadores-movil{
            display: inline;
        }

        .footer-texto{
            margin-left: 0px;

        }

        .logo-footer{
            margin-bottom: 50px;
        }

        .boton-header1{
            background-color: #016AA8;
            color: white;
            padding-right: 20px;
            padding-left: 20px;
            margin-right: 10px;
            margin-left: 10px;
            margin-top: 50px;
            font-size: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;

        }

        .boton-header2{
            background-color: #016AA8;
            color: white;
            padding-right: 20px;
            padding-left: 20px;
            margin-right: 10px;
            margin-left: 10px;
            margin-top: 50px;
            font-size: 10px;
            text-align: center;
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .botones-header{
            margin-top: -20px;
        }

        .box-imagenes{
            margin-bottom: 30px;
        }

        .box-2{
            margin-bottom: 30px;
        }

        .box3 h4 {
           font-size: 16px !important;
        }
        .box2 h4 {
            font-size: 16px !important;
        }

        .menu-footer{
            margin-top: 20px;
        }

    }

/* =================================== */
/*  2.1 Fin de Responsive Header*/
/* =================================== */

/* =================================== */
/*  3. Hero Slider
/* =================================== */

/* =================================== */
/*  Fin de Hero Slider
/* =================================== */

/* =================================== */
/*  4. Carrusel 3 imagenes
/* =================================== */

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.card{
border: 0px solid white !important;
}

/* =================================== */
/*  Carrusel 3 imagenes
/* =================================== */









/* =================================== */
/*  6. Slider proyectos
/* =================================== */


#arrow1{
    position: absolute ;
    margin-top: 15% !important;
}
#arrow2{
    position: absolute ;
    margin-top: -15% !important;

    /*margin-bottom: 20% !important;*/
}
.fa-chevron-left{
    left: -40px;
    width: 0;
    height: 0;
    color: #00A488;
}
.fa-chevron-right{
    right: -40px;
    width: 0;
    height: 0;
    color: #00A488;
}
.img-centro {
    margin: 10px auto 10px;
    display: block;
}
.titulo-centrado h2{
    color: #234b6b;
}
/* =================================== */
/*  6. Fin Slider proyectos
/* =================================== */

/* =================================== */
/*  7. Toggle
/* =================================== */

.quiero a:link, a:visited,  a:hover, a:active p {
    text-decoration: none !important;
    color: black !important;
}

.quiero p {
    color: black;
}



/* =================================== */
/*  Fin Toggle
/* =================================== */

/* =================================== */
/*  8. Footer
/* =================================== */

.footer a:link, a:visited,  a:hover, a:active p {
    text-decoration: none !important;
    color: black;
}

a:link, a:visited,  a:hover, a:active {
    text-decoration: none;
}



.icons img{
    margin-left: 20px;
}


.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
}
.my-float{
    margin-top:16px;
}


.footer{
    background-color: #9D9D9C;
    padding-top: 20px;
    margin-top: 100px;
}


/* =================================== */
/*  Fin de Footer
/* =================================== */