@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,600;0,6..12,900;0,6..12,1000;1,6..12,400;1,6..12,500;1,6..12,700;1,6..12,800&family=Poppins:ital,wght@0,400;0,600;0,700;1,300;1,500&family=Roboto:ital,wght@1,300;1,400;1,500;1,700&family=Sora:wght@200;300;400;500&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}
body{
    width: 100%;
    /* background: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%); */
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
    background: whitesmoke;
    background-blend-mode: lighten;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    background:  rgb(189, 166, 206, 0.75); /* rgb(237, 206, 245); */
    transition: all 100ms;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
}
.container_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo{
    margin: 10px 0px 10px 40px;
}
nav{
    margin: 10px 40px 10px 0px;
}
nav > a{
    text-decoration: none;
    color:#054a6e;
    font-size: 18px;
    font-weight: 500;
}
.nav_enlace{
    margin-left: 1px;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    padding: 9px 30px;
}
.nav_enlace:hover{
    background: #B4D3D9;
    color: white;
}
.nav_enlace:nth-child(1).active{
    /* background: #f68084b3; */
    background: #B4D3D9;
    /* color: #f68084b3; */
    color:#fff;
}
.nav_enlace:nth-child(2).active{
    /* background: rgba(246, 128, 132, 0.7); */
    background: #B4D3D9;
    color: #fff;
}
.nav_enlace:nth-child(3).active{
    /* background: rgba(246, 128, 132, 0.7); */
    background: #B4D3D9;
    color: #fff;
}
.nav_enlace:nth-child(4).active{
    /* background: rgba(246, 128, 132, 0.7); */
    background: #B4D3D9;
    color: #fff;
}
.nav_enlace:nth-child(5).active{
    /* background: rgba(246, 128, 132, 0.7); */
    background: #B4D3D9;
    color: #fff;
} 

/* Esta de abajo es mi clase inventada */

.mov_nav{
    height: 100px;
    box-shadow: 0px 6px 20px rgba(142, 38, 87,0.4);
}

/* Pagina Home o 1 */

/* aca comienza el cuerpo */
.container_main{
    /* background:  #EAF6F6; */
    width: 100%;
    height: 140vh;
    display: flex;
}
.row_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 10px -60px 40px;
}

.column_info > h1{
    font-size: 30px;
    font-weight: 800;
    /* color:  rgb(189, 166, 206); */
    /* color: #054a6e; */
    /* color: rgb(189, 166, 206);  */
     /* color: rgb(71, 70, 70); */
     color: rgb(189, 166, 206);
    margin-top: 2px;
}


.column_info > h2{
    font-size: 26px;
    font-weight: 800;
    /* color:  rgb(189, 166, 206); */
    /* color: #054a6e; */
    /* color: rgb(189, 166, 206);  */
     /* color: rgb(71, 70, 70); */
     color: rgb(189, 166, 206);
    margin-top: 2px;
}

.column_info > h3{
    font-size: 22px;
    font-weight: 600;
    /* color:  rgb(189, 166, 206); */
    /* color: #054a6e; */
     color: rgb(189, 166, 206); 
  /*   color: rgb(71, 70, 70);  */
    /* color: #2C3947; */
    margin-top: 2px;
    
}
.column_info > h4{
    font-size: 17px;
    font-weight: 400;
    /* color:  rgb(189, 166, 206); */
    /* color: #054a6e; */
    /* color: rgb(189, 166, 206); */
    color: rgb(71, 70, 70); 
    /* color: #2C3947; */
    margin-top: 2px;
}
.colum_img{
    width: 20px;
    padding-left: 40px;
}

.column_info .title2{
    /* color: #eea2a2; */
    /* color:rgb(189, 166, 206); */
    color: rgb(189, 166, 206); /*  #054a6e; */
    margin-top: 4px;
    font-size: 22px;
    font-weight: 600;
}
.column_info > p{
    width: 90%;
    margin-top: 20px;
    padding: 10px 10px 10px 0;
    text-align: justify;
    color:  rgb(71, 70, 70);
   /*  color: rgb(5, 74, 110); */
   /* color: #054a6e; */
    font-size: 20px;
    font-weight: 600;
}
.column_info > button{
    padding: 10px 25px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    background: #fff;
    box-shadow: 1px 1px 20px -10px #020101;
   background: #4284DB;  /* fallback for old browsers */
   background: -webkit-linear-gradient(to right, #29EAC4, #4284DB);  /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right, #29EAC4, #4284DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 
}
.column_info > button > a{
    text-decoration: none;
    color: #ffffff;
}
.column_info > button:hover{
    /* background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%); */
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    box-shadow: 1px 1px 20px -5px #202020;
}
.column_img > img{
    animation: move_img 6s ease-in-out infinite;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-animation: move_img 6s ease-in-out infinite;
}
@keyframes move_img{
    0%{
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
}
    50%{
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
}
    100%{
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
}
}

/* Servicios */

.container_servicios > .titulo_ppal{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    background: linear-gradient(#6b80bb, #eea2a2);  
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.servicios_all{
    display: flex;
    justify-content: center;
    margin: 0px 10px 0px 10px;
}
.img-fluid{
    width: 80%;
}
.servicios1, .servicios2, .servicios3{
    padding: 20px 10px;
}
.txt_h2{
    text-align: center;
    color: rgb(189, 166, 206); 
    font-weight: 600;
}
.txt_p{
    text-align: justify;
    padding: 10px;
    /* color: #054a6e; */
    color:  rgb(71, 70, 70);
    font-weight: 500;
}
.txt_p > a{
    text-decoration: none;
    color: yellowgreen;
    font-weight: 300;
}
.txt-fluid{
    padding: 10px;
}


/* Aca comienza servicios */

.containerp{
    width: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
    height: 70vh;
    margin: auto;
    margin-top: 2px;
    padding: 50px;
    gap: 40px;
}
.containerp  .tarjeta .capa p{
    text-align: justify;
    margin: 25px;
}

/* diseño tarjeta1 */

.containerp .tarjeta1{
    background: rgba(5, 74, 110, 0.35);
    position: relative;
    height: 300px;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0px 20px 30px rgba(142, 38, 87,0.4);
    cursor: pointer;
}
.containerp .tarjeta1 img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}
.containerp  .tarjeta1 .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:  rgba(180, 159, 218, 0.4);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.containerp .tarjeta1:hover .capa{
    opacity: 1;
    visibility: visible;
}
.containerp .tarjeta1:hover .capa h2{
    margin-top: 70px;
    margin-bottom: 15px;
}
.containerp .tarjeta1:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.containerp .tarjeta1 .capa h2{
    color: #ffffff;
    font-weight: 220;
    font-size: 18px;
    margin-bottom: 120px;
    margin-top: 30px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}
.containerp .tarjeta1 .capa p{
    width: 100%;
    max-width: 220px;
    margin: auto;
    color: #f2f2f2;
    font-size: 1px;
    line-height: 1.6;
    text-align: center;
    padding: 10px;
}
.capa p{
    color: #f2f2f2;
    font-weight: 300;
}

/* diseño tarjeta2 */

.containerp .tarjeta2{
    background:  rgba(5, 74, 110, 0.35);
    position: relative;
    height: 300px;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0px 20px 30px  rgba(142, 38, 87,0.4);
    cursor: pointer;
}
.containerp .tarjeta2 img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}
.containerp  .tarjeta2 .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:  rgba(180, 159, 218, 0.4);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.containerp .tarjeta2:hover .capa{
    opacity: 1;
    visibility: visible;
}
.containerp .tarjeta2:hover .capa h2{
    margin-top: 70px;
    margin-bottom: 15px;
}
.containerp .tarjeta2:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.containerp .tarjeta2 .capa h2{
    color: #fff;
    font-weight: 220;
    font-size: 18px;
    margin-bottom: 120px;
    margin-top: 30px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}
.containerp .tarjeta2 .capa h5{
    color: #ffffff;
    font-weight: 200;
    font-size: 13px;
    padding: 30px;

}
.containerp .tarjeta2 .capa p{
    width: 100%;
    max-width: 220px;
    margin: auto;
    color: #f2f2f2;
    font-size: 15 px;
    line-height: 1.6;
    
}

/* diseno tarjeta 3 */

.containerp .tarjeta3{
    background:  rgba(5, 74, 110, 0.35);
    position: relative;
    height: 300px;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0px 20px 30px  rgba(142, 38, 87,0.4);
    cursor: pointer;
}
.containerp .tarjeta3 img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}
.containerp  .tarjeta3 .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(180, 159, 218, 0.6);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.containerp .tarjeta3:hover .capa{
    opacity: 1;
    visibility: visible;
}
.containerp .tarjeta3:hover .capa h2{
    margin-top: 70px;
    margin-bottom: 15px;
}
.containerp .tarjeta3:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.containerp .tarjeta3 .capa h2{
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 120px;
    margin-top: 30px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}
.containerp .tarjeta3 .capa p{
    width: 100%;
    max-width: 220px;
    margin: auto;
    color: #ffffff;
    font-size: 25px;
    font-weight: 300; 
    line-height: 1.6;
    text-align: center;

}
/* Boton de servicios */

.containerp > button{
    padding: 10px 25px;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    background: #fff;
    box-shadow: 1px 1px 20px -10px #020101;
    background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%); 
    background: #B4D3D9;
}
.containerp > button > a{
    text-decoration: none;
    color: #ffffff;
}
.containerp > button:hover{
    /* background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%); */
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    box-shadow: 1px 1px 20px -5px #202020;
} 

/* Estilos del Contacto */

.container_form{
    display: flex;
    width: 100%;
    height: 50vh;
    margin-top: 40px;
    color: rgba(5, 74, 110, 0.5);
    background: linear-gradientbackground ;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
    justify-content: center;
    align-items: center;
}
form{
    display: flex;
    flex-flow: column;
    background-color: rgba(107, 128, 155, 0.35);
    width: 35%;
    height: 70%;
    padding: 10px;
    
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
input, textarea{
    border: none;
    resize: none;
    outline:none;
    padding: 15px 0px;
    width: 80%;
    margin: 20px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    border-bottom: 1px solid rgba(0,0, 0, 0.2);
    background: none;
}
label{
    color: #dc143c;
}
input:focus, textarea:focus{
    border-bottom: 1px solid;
    border-bottom-color:  #8ef8c3;
}
button{
    border: none;
    outline: none;
    /* background: #f68084; */
    background:  #8ef8c3;
    width: 150px;
    color: rgb(198, 198, 198);
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    margin: 40px 0px;
    padding: 10px;
    cursor: pointer;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}
button:hover{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
} 

.colu_info > button{
    padding: 12px 40px;
    margin-top: 0px;
    margin-left: 200px;
    margin-bottom: 80px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    background: #fff;
    box-shadow: 1px 1px 20px -10px #020101;
    background: linear-gra dient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
}
.colu_info > button > a{
    text-decoration: none;
    color: #fff;
}
.colu_info > button:hover{
    background: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    box-shadow: 1px 1px 20px -5px #202020;
}
.card{
    width: 90%;
    margin: 40px auto;
    padding: 120px;
    max-width:1200px;
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 3.5em;
    flex-wrap: wrap;
}
.card_item{
    background: #ffffff;
    padding-bottom: 3em;
    flex-basis: 280px;
    max-width: 450px;
    flex-grow: 1;
}
.container_card{
    width: 90%;
    margin: 25px auto;
}
.card_picture{
    width: 90%;
    margin: 10px auto;
    background: #dc143c;
    position: relative;
    bottom: 2em;
}
.card_img{
    width: 100%;
    background: beige;
}
.card_title{
    margin-bottom: 1em;
    color: #6b809b;
    font-weight: 600;
}
.card_parrafo{
    text-align: justify;
    color: #020101;
    font-weight: 500;
}

/* Aqui comienza ubicacion */

.container_ubic > .titulo_ubic{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 200;
    background: linear-gradient(#6b80bb, #eea2a2); 
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container_maps{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    color: #ffffff; 
    margin-bottom: 20px;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    gap: 20px;
    background: rgba(5, 74, 110, 0.502);

}
.container_escrito > p{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: linear-gradient(#6b80bb, #eea2a2);
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
}
.container_escrito{
    width: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: auto;
    margin-top: 10px;
    padding: 30px;
    gap: 20px;
    /* color: #f9748f;  */
    color: rgb(189, 166, 206);
}

.colum_img > img{
    animation: move_img 6s ease-in-out infinite;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-animation: move_img 6s ease-in-out infinite;
}
@keyframes move_img{
    0%{
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
}
    50%{
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
}
    100%{
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
}
}

/* Aqui comienza el footer */

footer{
    width: 100%;
    /* background:  rgba(0, 0, 0, 0.72); */
   /*  background: rgb(55, 55, 55, 0.7); */
    background: #B4D3D9; 
    padding: 14px;
}
.container_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.section > dt > dl > a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.section > dt > em{
    color: #fff;
    justify-content: center;
}

.section > dt > dl > a:hover{
    /* color: rgb(220, 20, 60, 0.7); */
    color:rgb(220, 20, 60, 0.7);
}
.icon_personal{
    padding: 12px;
}
.section > em{
    color: rgb(198, 198, 198);
    font-size: 8px;
    /* justify-content: center; */
    text-align: center;
} 


/* Media Querys de home*/

@media (max-width:900px){
    .container_main{
        height: 100%;
        margin-top: 80px;
        justify-content: center;
    }
    .row_main{
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: wrap;
    }
    .img_main{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .container_servicios{
        margin-top: 40px;
    }
    .column_info{
        flex-direction: column;
        justify-content: center;
    }
    .column_info > h2{
        margin-top: 40px;
        text-align: center;
    }

    .column_info > p{
        width: 100%;
    }
    
    .mov_nav{
        height: 150px;
        box-shadow: 0px 6px 20px rgba(122, 122, 122, 03);
        background: white;
    }
}



    


 @media (max-width:700px){
        .container_main{
            height: 100%;
            margin-top: 80px;
            justify-content: center;
        }
        .row_main{
            flex-direction: column-reverse;
            align-items: center;
            flex-wrap: wrap;
        }
        .img_main{
            margin-top: 100px;
            margin-bottom: 50px;
        }

        @media (max-width:900px){
            .container_main{
                height: 100%;
                margin-top: 60px;
                justify-content: center;
            }
            .row_main{
                flex-direction: column-reverse;
                align-items: center;
                flex-wrap: wrap;
            }
            .img_main{
                margin-top: 100px;
                margin-bottom: 50px;
            }
      
        


 }
    @media screen and (max-width:560px){
    
        .containerp{
            width: 100%;
            height: auto;
            padding: 10px;
            display: grid;
            gap: 8px;
            margin-top: 100px;
        }
        .containerp .tarjeta{
            height: 250px;
            width: 60px;
            margin-top: 6px;
        }
        .containerp .tarjeta .capa p{
            text-align: justify;
            margin: 10px;
            font-size: 16px;
        }
    }   
    }
    

    /* @media screen and (max-width: 1100px){
    .container_politic{
        width: 100%;
        height: auto;
        padding: 15px;
        display: block;
        gap: 15px;
        margin-top: 100px;
    }
    }
        
    
    @media screen and (max-width:560px){
    
        .containerp{
            width: 100%;
            height: auto;
            padding: 10px;
            display: grid;
            gap: 8px;
            margin-top: 130px;
        }
        .containerp .tarjeta{
            height: 250px;
            width: 30px;
            margin-top: 6px;
        }
        .containerp .tarjeta .capa p{
            text-align: justify;
            margin: 10px;
            font-size: 16px;
        }
    }   



@media (max-width:900px){
    .container_ubic{
        height: 100%;
        margin-top: 80px;
        justify-content: center;
    }
    .titu_ppl{
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: wrap;
    }


    @media (max-width:600px){
        .container_ubic{
            height: 100%;
            margin-top: 50px;
            justify-content: center;
        }
        .titulo_ubic{
            flex-direction: column-reverse;
            align-items: center;
            flex-wrap: wrap;
        
        }
    }
} */








/* Nuevo */

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.brand-and-toggler{
    font-size: 1.65rem;
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-brand{
    font-size: 20px;
    font-weight: 600;
    color: var(--night-rider);
}
.navbar-brand span{
    color: var(--green);
}
.navbar-toggler{
    border: none;
    color: var(--green);
}
.navbar-nav{
    margin: 0.2rem 0 0.6rem 0;
}
.nav-item{
    padding: 0.6rem 0;
}
.nav-link{
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 1.4px;
    font-weight: 400;
    opacity: 0.65;
    transition: var(--transition);
}
.nav-link:hover{
    /* color: #ffc0cb!important; */
    color: var(--pink)!important;
}
.navbar-collapse{
    display: none;
}
.hero-div{
    flex: 1;
    flex-direction: column;
    text-align: center;
}
.hero-div h1{
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 0.8rem;
    color: var(--white-smoke);
}
.hero-div h3{
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    color: var(--white-smoke);
}
.hero-div p{
    color: var(--white-smoke);
    font-size: 1rem;
    letter-spacing: 3px;
}
.hero-btns{
    margin-top: 2.8rem;
}


.contenedor{
    width: 100%;
    height: 100px;
    text-align: center;
}
.contenedor p{
    margin: 30px 0;
    font-size: 2.5em;
}
.btn{
    text-align: center;
    padding: 20px;
    border-radius: 50px;
    /* background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); */
    background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    border: none;
    color: #fff;
    transition: all 0.5s;
}
.btn:hover{
    background-color: rgb(31, 31, 145);
}
.img{
    width: 50%;
}

.contenedor-modal h3{
    font-size: 16px;
    font-weight: 600;
    color:#054a6e;
}
.contenedor-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.contenedor-modal.mostrar{
    /* background-color: black; */
    z-index: 1;
    opacity: 0.9;
}
.contenedor-modal .modal{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 500px;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
}
form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
form input{
    margin: 20px;
    padding: 10px;
}

/* Efectos Whatsapp */

.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: #FFF;
  background-color:#1ab152;
    
    animation: shake 1s;

 
  animation-iteration-count: infinite;
}

.my-float{
	margin-top: 16px;
}


