/************ Principal*****************/
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;

    background-image: url(/images/background/Fondo.png);

    background-color: #ff04260e;

    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    
}

/* inicio menu */
.navbar-light .navbar-nav .nav-link{
    color: #c01414;
}


/* fin menu */


/* Por debajo de 700px */
    @media screen and (max-width: 768px){
        body{
        font-size: 15px;
        }

        }
/* Por debajo de 400px */
@media screen and (max-width: 576px){
        body{
        font-size: 15px;
        }
        h1{
            font-size: 30px;
        }
        h3{
            font-size: 20px;
        }
        h5{
            font-size: 17px;
        }
        /* Inicio */
        .carousel-caption h2{
            font-size: 20px;
            margin-bottom: 0px;
        }

        /* nosotros */
        #nombreedwin{
            text-align: center;
        }
        
        /* metodologia */
        

        /* programas */
        .protrabajadorquebec{
            margin-top: 40px;
        }


        /* contactenos */
        .imagencontactenos{
            margin-bottom: 30px;
        }


}

/* boton whatsapp */
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:24px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    z-index:100;
    transition: all 0.5s;
  }

.whatsapp:hover{
    color: #f8f8f8;
    transform: scale(1.1);
}
  
  .whatsapp-icon {
    margin-top:13px;
  }

/* inicio */

#iconoizquierda, #iconoderecha{
    font-size: 40px;
    color: #ff0425;
}


#carouselExampleCaptions li{
    background-color: #ff0425;
}

#nom-ciudades {
    color: #ff0425;
    text-shadow: 2px 0 0 #ffffff;
}

/* nosotros */

.tituloborde{
    background-color: #ff042611;
}


/* metodologia */




/* programas */

.modal-content .modal-body {
    background-color: #ff04260e;
}

.modal-footer{
    background-color: #ff04260e;
}


/* contactenos */



/* inicio noticias */
.caja-noticias{
    background-color: #a70b1f;
    color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 15px;
}

.linea-noticias{
    background-color: #f8f8f8;
}

.noticias .link-noticias{
    color: #a70b1f;
}






/* fin noticias */


/* footer */
/* redes sociales */
.fondofooter{
    background-color: #a70b1f;
}



#redes{
    color: #ffffff;
}

#redes:hover{
    color: #d32727cc;
    transform: scale(1.4);
    transition: all 1s
}

.hipervinculo{
    text-decoration: none;
    color: #f8f8f8;
}

