*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

.tamaño{
    margin-bottom: 80px;
}

.animacion{
    /* font-size: 454px; */
    transition: all 1s ease;
}
.animacion:hover{
    text-shadow: 0px 0px 15px #5c5b5f;
    font-size: 20.3px !important;
}

.contendor{
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

.d-item{
    height: 600px;
}

.d-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.color a{
    color: black;
}

.seccion{
    width: 100%;
    background-color: #478df7;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paises p{
    color: white;
    font-size: 22px;
    text-align: center;
}

.justificado{
    text-align: justify;
}

.parrafo{
    font-size: 18px;
}

.contenidos{
    background-color: #e5e5e5;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.caja{
    width: 50%;
}

.caja img{
    width: 100%;
    border-radius: 10px;
}

.estilos{
    width: 100%;
    max-width: 570px;
    padding-left: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    padding-right: 35px;
}

.estilos h3{
    font-size: 35px;
    margin-bottom: 15px;
}

.estilos p{
    font-size: 18px;
    text-align: justify;
}

.banner{
    width: 100%;
    background-image: url(https://img.blogs.es/anexom/wp-content/uploads/2016/08/hoteles-w-920x515.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  
.banner > div{
     width: 100%;
     height: 100%;
     background-color: rgba(209, 219, 189, 0.5);  
}
  
.llamada-accion{
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.descripcion{
    margin: auto;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    max-width: 1080px;
}

.imagen{
    background-color: #f8f9fa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagen > div{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);  
    padding-bottom: 80px;
}

.imagen > div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}


/* .section{
    width: 100%;
    max-width: 560px;
    /* background-color: #00a4e3; 
}

/* .video{
    width: 100%;
    height: 200px;
    margin-left: 20px !important;
} */

.section2{
    padding-top: 120px;
    padding-right: 90px;
    margin-left: 70px;
}

/* .section2 h1{
    font-size: 60px;
    font-weight: bold;
    color: #212529;
    text-align: center;
} */

.colores{
    padding-top: 50px;
    background-color: #478df7; 
    /* #5088a8 */
    padding-bottom: 50px;
}

.imagen_fondo{
    width: 100%;
    background-image: url(../img/contactos.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.imagen_fondo > div{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    padding: 50px 0;
}

.relleno{
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 15px;
}

.quienesomos > .contenido{
    width: 100%;
    max-width: 1370px;
    margin: auto;
}

.contenido > .padre{
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.quienesomos > .contenido > .caja{
    width: 50%;
    min-width: 495px;
}

.img{
    background-image: url(../img/historia.jpg);
    background-repeat: no-repeat;
    background-size: 365px;
    background-position: center;
}

.posicion{
    display: flex;
    justify-content: flex-end;
}

.position{
    width: 100%;
    max-width: 430px;
    margin: 50px 0;
    margin-right: 60px;
}

.position h1{
    font-size: 35px;
    margin-bottom: 15px;
}

.position p{
    line-height: 30px;
    text-align: justify;
}

.fuente{
    font-size: 13px;
}

.margen{
    margin-top: 32px;
}

.btton{
    display: flex;
    color: #478df7 !important;
}

footer{
    width: 100%;
    background-color: rgba(229, 229, 229, 0.6);
    padding-top: 50px;
}
@media screen and (min-width: 901px) and (max-width: 1200px){
    .tamaño{
        width: 150px;
        margin-top: 5px;
        margin-right: 60px;
    }

    .animacion{
        font-size: 16px !important;
        font-weight: 700;
        /* transition: all 1s ease; */
    }
}

@media screen and (max-width: 900px) {
    .image{
        margin: 15px;
    }

    .position{
        text-align: center;
        font-size: 17px;
        margin: 0 15px;
    }

    .position h1{
        font-size: 26px;
        margin-bottom: 15px;
    }

    .tamaño{
        width: 150px;
        margin-top: 5px;
    }

	.centrado {
        display: flex;
		justify-content: center;
        align-items: center;
	}

    .caja{
        width: 100%;
    }

    .estilos{
        margin-top: 30px;
        margin-bottom: 30px;

    }
}

@media screen and (min-width: 768px) {

	.parrafo {
        padding: 40px;
	}
}

.text-color{
    color: #4e5ed0;
}