@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri/calibri\ Regular.ttf);
}

@font-face {
    font-family: Calibri-bold;
    src: url(../fonts/calibri/calibri\ Bold.ttf);
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/GothamBold.ttf);
}

html, body, .mybody{
    padding: 0 !important;
    margin: 0;
    width: 100%;
    justify-content: center;
}

footer{
    margin-top: 20px;
    padding: 0px;
    text-align: center;
}

section{
    padding: 20px;
    display:block;
    margin:auto;
}

.center{
    text-align: center;
    display:block;
    margin:auto;
}

.center2{
    display:block;
    margin:auto;
}

body{
    font-family: 'Calibri';
    font-size: 28px;
    line-height: 34px;
}

h1{
    font-family: 'Gotham', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    color: #001D7E;
    margin-top: 20px;
}

h2{
    font-family: 'Gotham', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 22px;
}

h3{
    font-family: 'Gotham', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
    margin: 0;
}

h4 {
    font-family: 'Gotham', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 19px;
}

.servicios h4{
    text-transform: none;
    color: #001D7E;
    margin-top: 20px;
}

.menu a.active{
    color: #A21D1D;
}

.slide-text h3{
    font-size: 41px;
    text-transform: uppercase;
    text-align: left;
}

.menu-top{
    background-color: #F8F7E5;
}

.nav-item a{
    color: #001D7E !important;
    font-family: 'Gotham', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 22px;
    padding-right: 30px;
}

.nav-item a:hover{
    color: #A21D1D!important
}

.nav-item a:active{
    color: #A21D1D!important
}

#que_hacemos {
    font-size: 28px;
    text-align: center;
}

#que_hacemos ul{
    list-style: none;
    padding-inline-start: 0px;
}

.italiana{
    font-size: 26px;
    background-color: #F8F7E5;
}

.italiana section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.verde{
    color:#34A53E;
}

.rojo{
    color: #E52525;
}

.bandera{
    height: 30px;
    box-shadow: 2px 2px 10px #666;
    margin: 5px;
}

#footer-redes{
    background-color: #001D7E;
}

#footer-redes img, .logos-redes{
    width: 40px;
    margin:10px;
}

#footer-birdie{
    color: #001D7E;
    padding: 10px;
    font-size: 20px;
}

.container, .carousel, .carousel-inner {
    margin: 0 auto;
    padding: 0;
}
  
.carousel-indicators li {
    width: 18px !important;
    height: 18px !important;
    border-radius:25px;
    border: none !important;
}

.carousel-indicators .active {
    background-color:#001D7E;
}

.slide-text{
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.bordo{
    color: #A21D1D;
}

.blanco{
    color: #ffffff;
}

.my-separator {
    border-bottom: solid 6px #A21D1D;
}

.avion-izq{
    position: absolute;
    bottom: -32px; left: -10px;
    z-index: 1000;
}

.avion-der{
    position: absolute;
    bottom: -32px; right: 0px;
    z-index: 1000;
}

.mail-popup{
    width: 65px;
    position: absolute;   
    top: -2px;
    left: -15px;
}

.border-blue{
    font-family: 'Gotham', 'Arial Narrow', Arial, sans-serif;
    background-color: #ffffff;
    border: solid 4px #001D7E;
    border-radius: 10px;
    padding: 15px 15px 5px 60px;
    font-size: 13px;
    color: #111111;
    text-transform: uppercase;
}

.flex-container{
    display: flex;
}

.flex-center{
    align-items: center;
    justify-content: center;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-space {
    display: flex;
    justify-content: space-around;
}

a.boton, button.boton{
    font-family: 'Gotham', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #A21D1D;
    color: #ffffff;
    border-radius: 5px;
    border:0;
    text-decoration: none;
    box-shadow: -3px -3px 4px black;
}

a.boton{
    padding: 30px 20px 20px 20px;
}

button.boton{
    padding: 15px 10px 5px 10px;
}

.boton:hover{
    background-color: #FFD9C2;
    color: #A21D1D;
}

.tarjeta-header button:hover{
    background-color: #FFD9C2;
    color: #A21D1D;
}

.mail-float{
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 5000;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
}

.testimonios {
    text-align: center;
    background-color: #ffffff;   
}

.testimonio {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: inline-block;
    padding: 15px;
}

.testimonio p{
    font-size: 20px;
    line-height: 25px;
    border-radius: 15px;
    background-color: #FFD9C2;
    padding: 25px 12px 12px 12px;
}

.testimonio img{
    width: 100px;
}

.links-redes, .contacto{
    background-color: #ffffff;
    padding-right: 15px;
    display: block;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
}

.links-redes{
    border: solid 15px #F7F8E5;
}

.contacto{
    border: solid 15px #FFD9C2;
}

.links-redes a{
    color: #A21D1D;
    font-size: 20px;
}

.formulario input, .formulario textarea, .formulario select{
    border: solid 2px #FFD9C2;
}
.formulario select{
    font-size: 20px;
    color: #666;
}

.recuadro{
    margin-top: 40px;
    font-size: 21px;
    border: solid 15px #FFD9C2;
    padding: 30px;
    display: flex;
    align-items: center;
    line-height: 28px;
}

#nosotros img{
    padding: 0;
    margin-right: 20px;
}

.contactar{
    font-size: 21px;
}

div.reset {
    clear: both;
}

.fl-l{
    float: left;
}

.iconos-serv-ch{
    width: 40px;
}

.iconos-servicios{
    width: 100px;
}

.beige{
    background-color: #F8F7E5;
    margin: 0;
    padding: 30px;
}

.servicios p{
    font-size: 23px;
    margin-top: 20px;
}

.servicios .flex-space{
    margin-top: 20px;
}

.faq{
    margin-top: 20px;
}

.tarjeta{
    font-size: 18px;
}

.acordeon{
    font-style: italic;
    background-color: #F8F7E5;
    margin-top: 20px;
}

#nosotros{
    display: flex;
}

div#instafeed-container{
    text-align: center;
    background-color: #F8F7E5;
}

div#instafeed-container img{
    width: 20%;
    margin: 10px;
    object-fit: cover;
    width:17vw;
    height: 17vw;
    padding: 1vw;
}

div#instafeed-container img:hover{
    filter: opacity(.5);
}

/* The Close Button */
.close {
    background-color: red;
    border: solid 2px #111111;
    width: 17px;
    height: 25px;
    color: #ffffff;
    opacity: 1;
    position: relative;
    float: right;
    font-weight: bold;
    top: 0;
    right: -20px;
}

.close:hover,
.close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
}

.modal-content{
    display: block;
    border: none;
    background-color: transparent;
}

.escondido{ 
    display: none;
}

.a-left{
    text-align:left;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media(max-width: 400px){
    h4{
        font-size: 13px;
    }
}

@media(max-width: 991px){
    .iconos-servicios {
        width: 100%;
    }
    .slide-text h2{
        font-size: 11px;
    }
    .slide-text h3{
        font-size: 15px;
        padding-top: 0;
    }
    .testimonio {
        max-width: 100%;
    }
    #nosotros{
        flex-wrap: wrap;
    }
}

.blue{
    background-color: blue;
}