@font-face{
    font-family: gothamrounded;
    src:url(../../fonts/gothamrounded-book.otf);
}
*{
    font-family: gothamrounded;
}
h1{
    font-weight: bold;
}
.container-fluid{
    min-width: 1000px;
    overflow: hidden;
    min-height: 957px;
    background-color: #1e405b;
}
#terminos p{
    text-align: right;
}

#div1{
    height: 100px;
    background-color: white;
}
#div2{
    height: 70%;
    background-color: #408ac7;
    margin-left: 100px !important;
}

#fondo {
    position: absolute;
    z-index: 1;
    height: 232px;
    margin-left: 90px;
    margin-top: -93px;
}

#imagen{
    width: 100%;
}
.box-img {
    position: relative;
    top: 29%;
    left: 20%;
}

#txtp{
    color: white;
    width: 77%;
}
#txtp h3{
    margin-bottom: 50px;
}
#txtp ul{
    margin-top: 50px;
}
#terminos{
    position: absolute;
    right: 2%;
    color: #1e405b;
    display: flex;
    margin-top: 1%;
    align-items: center;
}
#terminos div{
    width: 4px;
    background-color:#0eaaf3;
    height: 50px;
    margin-left: 10px;
}
#terminos img{
    height: 50px;
    margin-left: 10px;
}
#servicios {
    width: 90% !important;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    ul>li {
        margin-left: -27px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

    #txtp ul {
        margin-top: 20px;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

    #fondo {
        height: 126px;
        margin-left: 70px;
        margin-top: -70px;
    }
    #txtp {
        width: 90%;
    }
    #terminos p {
        text-align: right;
    }

}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    #txtp {
        width: 95%;
    }
}

@media (max-width: 1000px) and (min-height: 1600px){

    #fondo {
        height: 268px;
        margin-left: 238px;
        margin-top: -170px;
    }
    #txtp {
        width: 95%;
        padding-left: 25px;
    }
    #txtp p{

        font-size: 1.5rem;

    }
    #txtp h1{
        padding-top: 15px;
    }
    #foot p {
        font-size: 1rem;
        width: 95%;
    }
    #txtp ul {
        font-size: 1.5rem;
    }
    #servicios p {
        font-size: 1.2rem;
    }
    #div3 {
        height: 15% !important;
    }
    #foot {
        height: 8% !important;
    }

    #terminos {
        right: 8%;
    }
    #terminos p{
        font-size: 1.3rem;
    }


}

@media (max-height: 700px) and (max-width: 1400px){

    #foot p {
        width: 95%;
        margin-top: 0.5%;
    }
    #txtp{
        width: 100%;
        padding-top: 15px;
    }
    #txtp ul{
        margin-top: 30px;
    }

    #txtp h3{
        margin-bottom: 25px;
    }
    #terminos p{
        font-size: 0.8rem;
    }
    #terminos div{
        height: 40px;
    }
    #terminos img{
        height: 40px;
        margin-left: 10px;
    }
    #div2 {
        height: 66%;
    }
    #servicios p {
        margin-top: -0.5%;
    }
    #fondo {
        height: 220px;
        margin-left: 96px;
        margin-top: -90px;
    }
    #txtp ul {
        font-size: 0.8rem !important;
    }


}

@media (max-height: 657px) and (max-width: 1271px){
    #txtp h3 {
        margin-bottom: 10px;
    }
    #txtp ul {
        margin-top: 10px;
    }
}

@media (max-height: 900px) and (max-width: 700px){
    .container-fluid{

        height: 100% !important;
    }
}
@media (min-height: 1000px) and ( min-width: 1300px){

    #fondo {
        height: 17rem;
        margin-left: 105px;
        margin-top: -124px;
    }
    #terminos {
        right: 10%;
    }
}

@media (max-height: 991px) and (max-width: 991px){

    .container-fluid {
        height: 100% !important;
    }

}
@media (min-width: 1600px) and (max-height: 1000px){
    #fondo{
        margin-left: 112px;
        margin-top: -110px;
    }
}

@media (max-width: 610px) {
    #div1 img:first-child {
        width: 150px !important;
    }
}

ul>li>a {
    color: #c7c7c7;
    text-decoration: underline;
    text-underline-offset: 3px;
}

ul>li>a:hover {
    color: #d4d4d4;
}

#box-total {
    margin-top: 50px;
    margin-bottom: 50px;
}

.border-radius-100 {
    border-radius: 100% !important;
    box-shadow: 0 0 17px #ffffff;
}

.ytp-large-play-button-red-bg .ytp-large-play-button-bg {
    fill: #ffadad !important;
}
.marcador{
    background: #f58e12;
    border-radius: 4px;
    padding: 3px;
    font-weight: bold;
    &:hover{
        cursor: pointer;
    }
}
.imagen-hover {
    display: none;
    text-align: center;
    width: 60%; 
    height: 60%;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 0 17px #ffffff;

    position: absolute; 
    top: 30%; 
    left: 10%; 
    z-index: 9999; 
}
@media (max-width: 768px) {

    .imagen-hover {
        
        width: 80%; 
        height: auto;
    
        top: 40%; 
    }
}
@media (max-width: 575px) {
    .imagen-hover {
        width: 80%; 
        height: auto;
        top: 75%; 

    }
}
