body{
    background-color: #17377a;
}
.Navbar{
    align-content: space-around;
    text-decoration: none;
}
.Navbar p{
    display: block;
    text-align: center;
    color: antiquewhite;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items: center;
    margin-top: 12px;
}
.navbar-brand a {
    color: antiquewhite;
    text-decoration: none;
}
.navbar-brand span{
    color:  antiquewhite;
    font-size: 25px;
}
.dropdown-menu li a {
    color: #17377a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.Redes_sociales{
    display: flex;
}
.Redes_sociales li {
    margin-top: 15px;
    list-style: none;
}
.Redes_sociales li a {
    margin: 10px;
}
.Redes_sociales li a img {
    text-decoration: none;
    width: 30px;
    height: 30px;
}

.Info_nosotros{
    background-image: url(../img/1-containershi.webp);
    background-size: cover;
    background-attachment: fixed;
    height: 87vh;
    padding-top: 10px;
    padding-left: 10px;
    align-content: end;
    padding-bottom: 15px;
    display: flex;

}
.accordion{
    color: antiquewhite;
    border-radius: 5px;


}
.accordion-item{
    background-color: #17377a;
    margin: 10px;
}
.accordion h2 {
    background-color: #17377a;
    margin: 5px;
    border-radius: 3px;
    text-align: center;

}
.Titulo_productos{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.Titulo_productos p{
    color: antiquewhite;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    font-style: italic;
}

.Servicios{
    display: flex;
    height: 80vh;
    width: 100%;
    background-image: url(../img/presencia-global.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}
.Servicios p button{
    margin: 30px;
    padding: 30px;
    
}
.Servicios p button img{

    max-width: 250px;
    max-height: 150px;
    margin-top: 100px;
}
.card {
    margin: 20px;
    background-color: #417cf4;
}
.card img {
    width: 300px;
    height: 200px;
    margin-left: 20px;
    border-radius: 5px;
}
.card h3{
    text-align: center;
    text-decoration: solid;
    color: #17377a;
}
.card h4{
    text-align: center;
    color: red;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.card p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 10px;
    text-align: justify;
    color: antiquewhite;
}
.card ul li{
    list-style: none;
}
.card ul li a{
    display: block;
    margin: 5px;
    color: antiquewhite;
    text-decoration: none;
}

.video{
    display: flex;
    justify-content: space-around;
    height: 55vh;
    margin-top: 50px;
    padding: 5px;
}
.video iframe {
    width: 60%;
    margin: 10PX;
}
.Titulo_contacto h5{
    color: antiquewhite

}
.Datos {
    display: flex;
    justify-content: center;    
}
.Datos ul p{
    color: antiquewhite;
    font-size: 30px;
}
.list-group{
    width: 210vh;
}
.Pie_pagina{
    display: flex;
    justify-content: space-around;
}
.Pie_pagina iframe {
    height: 60vh;
    width: 120vh;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 5px 37px antiquewhite;
}
.carousel-inner{
    display: flex;
}
.carousel-inner img {
    width: 200vh;
    height: 100vh;
}
.carousel-inner h5{
    font-size: 25px;
    color: aquamarine;

}
.carousel-inner p{
    font-size: 20px;
    color: antiquewhite;
    background-color: gray;
    border-radius: 15px;
}
.container-fluid{
    height: 80px;
}
.container-fluid a img {
    width: 50px;
    height: 50px;
}

.list-group{
    text-align: center;
}
.Formulario{
    background-color: antiquewhite;
    margin: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 60vh;
    height: 58vh;
}
.Terminos{
    background-color: black;
    height: 40vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Terminos ul{
    list-style: none;
}
.Terminos ul li a {
    text-decoration: none;
    margin: 5px;
    padding: 5px;
}
.Politicas h5 {
    color: antiquewhite;
    margin-right: 40px;
}
.Imagenes_footer img{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin-bottom: 30px;
    margin-right: 20px;
}

/*MEDIA QWERYS*/

@media screen and (max-width: 505px) {
    .Info_nosotros{
        display: inline-block;
    }
 
    
    
}
@media screen and (max-width: 505px) {
    .Info_nosotros h2 {
        margin-left:20px;
        margin-top:20px;
        align-content: center;
    }
    
}

@media screen and (max-width:1275px) {
    .carousel-inner{
            margin-left:20px;
            width: 100rem;
        }
    }    
@media screen and (max-width:660px) {
    .video{
        display: inline-block;
        justify-content: space-around;
        height: 55vh; 
        align-items: center; 
        margin-left: 60px;
    }
    
}
@media screen and (max-width:638px) {
    .Servicios{
        display: inline-block;
        height: 100vh;
        max-width: 700px;
        max-height: 300px;
        margin-left: 20px; 
        padding: 20px;
    }
    
}
@media screen and (max-width:639px) {
    .video{
        margin-top: 30px;
    }
    
}
@media screen and (max-width:1500px) {
    .form-register{
    width: 350px;
    background: aquamarine;
    padding: 30px;
    border-radius: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:  rgb(25, 67, 53);
    box-shadow: 1px 5px 37px antiquewhite;
    }
    
}
@media screen and (max-width:750) {
    .form-register{
    display: block;
    }
}
@media screen and (max-width:1500px) {  
    .Pie_pagina iframe {
    height: 65vh;
    width: 100vh;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 5px 37px antiquewhite;
}
}
@media screen and (max-width:1240px) {
    .Pie_pagina iframe {
        height: 65vh;
        width: 85vh;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 1px 5px 37px antiquewhite;
    }
    
}
@media screen and (max-width:1060px) {
    .Pie_pagina iframe {
        height: 75vh;
        width: 60vh;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 1px 5px 37px antiquewhite;
    }
    
}
@media screen and (max-width:870px) {
    .Pie_pagina iframe {
        height: 85vh;
        width: 40vh;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 1px 5px 37px antiquewhite;
    }
    
}
