﻿body{
    background: #B63EC7;
    color: white;
}


.boton{
    position: fixed;
    top:100px;
    right: 10px;
    width: 40px;
    cursor: pointer;
}
.play{
    display: none;
}
.boton img{
    width: 100%;
}

.cabecera{
    padding-top: 10px;
    padding-bottom: 10px;
}

.logotipo{
    text-align: center;
    font-size: 90px;
    line-height: 80px;
    font-weight: 900;
    margin-bottom: 120px;
}


.carousel-item{
    text-align: center;
}
.carousel-item img{
    width: auto !important;
    height: 510px;
}




.contenido{
    padding-top: 245px;
    padding-bottom: 245px;
}
.abajo{
    margin-bottom: 150px !important;
}

.titulo{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}


.seccion{
    font-size: 22px;
    line-height: 42px;
}
.seccion a{
    color: white;
}
.seccion strong{
    font-size: 27px;
}
.seccion .fonditoNegro{
    background: black;
}
.algerian{
    font-family: 'Algerian';
    font-size: 30px;
    font-weight: bold;
}
.britannic{
    font-family: 'Britannic';
}

.seccionPadding{
    padding-left:150px !important;
}

.imagen img, .imagen iframe{
    width: 100%;
}


.amarillo{color: yellow;}
.negro{color: black;}
.rojo{color: #ec1b25;}


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

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    .carousel-item img{
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width:768px){
    .logotipo{
        font-size: 70px;
    }
}

@media screen and (max-width:576px){
    .seccionPadding{
        padding-left: 10px !important;
    }
    .logotipo{
        font-size: 55px;
    }
}