HEX
Server: Apache
System: Linux s18.infinitysrv.com 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: clavospa (1286)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/clavospa/public_html/new.davidlachapelleamor.com/assets/css/main.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{  font-family: 'Open Sans', sans-serif;   }

html, body{
    height: 100% !important;
    width: 100% !important;
    background: #FFF !important;
}


a{  text-decoration: none !important;   }
a{  color: inherit;}

.cursor{    cursor: pointer !important; }

.borde{ border: 2px solid red ;}

.carousel2-container {
    overflow: hidden;
  }
  
.carousel2 {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 14.28%; /* 100% / 7 */
    text-align: center;
}

.color-marron{  background: #7b4a60;    }
.color-gris{  background: #e2e2e2;    }
.color-azul{  background: #3558ad;    }


.recuadro-1{
    background-color: #e2e2e2;
    border: 20px solid white;
    display: inline-block !important;
    margin-top: 5rem !important;
    padding: 25px !important;    
    width: 75% !important;
}

.fuente-pequena{    font-size: 8pt !important;  }
.fuente-naranja{  color: #ff9a09 !important;    }
.fuente-azul{  color: #3558ad !important;    }

.footer{
    position:static !important;
    bottom: 0 !important;
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.comprarBoletos{
    color: #3558ad !important;
    bottom: 20% !important;
    right: 26.5% !important;
    z-index: 19999 !important;
}

.comprarBoletos2{
    color: black !important;
    bottom: 35% !important;
    font-weight: bolder !important;
    right: 25.3% !important;
    z-index: 19999 !important;
}

.exh-1{
    position: absolute;
    color: black !important;
    bottom: 23% !important;
    font-weight: bolder !important;
    right: 43% !important;
    z-index: 19999 !important;
}

.exh-2{
    position: absolute;
    color: black !important;
    bottom: 21.5% !important;
    font-weight: bolder !important;
    right: 31.35% !important;
    z-index: 19999 !important;
}

.exh-3{
    position: absolute;
    color: #ff9a09 !important;
    bottom: 21.5% !important;
    font-weight: bolder !important;
    right: 4.35% !important;
    z-index: 19999 !important;
}

#bannerDavid{   
    height:900px; 
    border: 0px solid purple;
}

.fomulario{ 
    margin-left: 25%;
    margin-right: 25%;
}

.oculto{
    display: none;

}

@media only screen and (min-width: 1921px) {
}

@media only screen and (max-width: 1680px) {
    .recuadro-1{    width: 95% !important;  }

    .comprarBoletos{
        bottom: 18% !important;
        right: 23.5% !important;
    }
    
    .comprarBoletos2{
        bottom: 34.5% !important;
        right: 23.1% !important;
    }

    .exh-1{
        bottom: 20.5% !important;
        right: 40.7% !important;

    }
    
    .exh-2{
        bottom: 21% !important;
        right: 30.3% !important;

    }
    
    .exh-3{
        font-size: 14pt !important;
        bottom: 20.5% !important;
        right: 5.35% !important;

    }

    #bannerDavid{   
        height:716px; 
        border: 0px solid purple;
    }
}

@media only screen and (min-width: 0) and (max-width: 950px) {
}


@media only screen and (min-width: 0) and (max-width: 500px) and (orientation: portrait) {
   
}

@media only screen and (min-width: 0) and (max-width: 1000px) and (orientation: landscape) {
   
}

@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.2); }
    to { transform: none; }
}