@font-face {
    font-family:"icons";
    src: url("fonts/websymbols-regular-webfont.svg#webSymbolsRegular") format("svg"),
         url("fonts/websymbols-regular-webfont.eot");
    src: url("fonts/websymbols-regular-webfont.eot?#iegix") format("embedded-opentype"),
         url("fonts/websymbols-regular-webfont.woff") format("woff"),
         url("fonts/websymbols-regular-webfont.ttf") format("truetype");
}

.icon{
    font-family: "icons";
}

body {
    background-image: url("img/watercolor-paper-texture\ -\ Acceso\ directo.lnk");
    font-family: sans-serif, Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   
}

#banner{
    background-image: url("img/banner\ web\ -\ Acceso\ directo.lnk");
    height: 250px;
    width: 100%;
    background-color: white;
    background-position: center;
    background-size: 100%;
}

/*MENU*/
#menu {
    background-color: rgb(82, 75, 75);
    width: 100%;
    height: 40px;
    border-bottom: 2px solid gold;
}

#menu ul {
    list-style: none;
    text-decoration: none;
   margin: 0px auto;
   width: 40%;
}

#menu > ul > li {
    line-height: 40px;
    float: left;
    border-right: 1px solid white;
    transition: all 300ms;
}

#menu > ul > li > a {
    color: white;
    text-decoration: none;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}

#menu > ul > li > a:first-child {
    border-left: 1px solid white;
}

#menu > ul > li:hover{
    background-color: rgb(212, 204, 35);
    box-shadow: 0px 0px 4px orange inset;
}

/*INICIO SECCIONES*/
/*PRIMERA SECCION*/
#titulo {
    height: 250px;
    background-image: url("img/fondo\ acuarela\ 1.jpg");
    text-align: center;
    text-shadow: 0px 0px 2px white;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 12px;
    margin-top: 30px;
    color: rgb(82, 75, 75);
    box-shadow: 0px 0px 5px rgb(15, 14, 14);
    width: 900px;
    margin-left: 290px;
}

img{
    height: 250px;
    width: 250px;
    float: right;
}
/*FIN PRIMERA SECCION*/

/*INICIO SEGUNDA SECCION*/
#video {
    height: 250px;
    background-color: rgba(14, 146, 212, 0.579);
    background-image: url("img/fondo\ acuarela\ 2.jpg");
    margin-top: 30px;
    box-shadow: 0px 0px 5px rgb(15, 14, 14);
    width: 900px;
    margin-left: 350px;
    color: rgb(82, 75, 75);
    font-size: 15px;
    text-align: center;
    text-shadow: 0px 0px 2px white;
    text-align: center;
    padding-left: 15px;
    margin-left: 290px; 
    
}

#video2{
    height: 200px;
    width: 400px;
    float: right;
    padding-top: 25px;
    padding-right: 15px;

}

#video > h1{
    padding-top: 75px;
}
/*FIN DE LA SEGUNDA SECCION*/

/*INICIO TERCERA SECCION*/
#social {
    height: 250px;
    background-color: rgba(14, 146, 212, 0.579);
    background-image: url("img/fondo\ acuarela\ 3.jpg");
    margin-top: 30px;
    box-shadow: 0px 0px 5px rgb(15, 14, 14);
    width: 895px;
    margin-left: 350px;
    padding: 10px;
    color: rgb(82, 75, 75);
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 0px 2px white;
    margin-left: 290px;  
}

#p1{
    float: left;
    position: relative;
    left: 20px;
}

#p2 {
    float: right;
    position: relative;
    right: 20px;
}

#p3 {
    text-align: center;
    position: relative;
    top: 20px;
}

#p4 {
    float: left;
    position: relative;
    top: 30px;
}

#p5 {
    float: right;
    position: relative;
    top: 30px;
}

.fa-heart{
    color: red;
}

/*FIN DE LA TERCERA SECCION*/
/*INICIO DE LA CUARTA SECCION*/

#CTA {
    height: 360px;
    background-color: rgba(14, 146, 212, 0.579);
    background-image: url("img/fondo\ acuarela\ 4.jpg");
    margin-top: 30px;
    padding-top: 0px;
    box-shadow: 0px 0px 5px rgb(15, 14, 14);
    width: 912px;
    margin-left: 350px;
    padding: 0px;
    margin-left: 290px;
}

#CTA h1{
    display: block;
    position: relative;
    text-align: left;
    color: rgb(82, 75, 75);
    top: -375px;
    width: 280px;
    padding-left: 50px;
    text-shadow: 0px 0px 2px white;
}

#boton{
    text-align: center;
    width: 255px;
    height: 40px;
    list-style: 20px;
    background-color: rgb(49, 173, 45);
    padding-top: 3px;
    border-radius: 3px;
    transition: all 300ms;
    position: relative;
    top: -450px;
    left: 320px;
    border: 2px solid black;
    box-shadow: 0px 0px 5px rgb(15, 14, 14);
}

#boton a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    color: white;
}

#boton:hover{
    background-color: rgb(212, 204, 35);
    box-shadow: 0px 0px 4px orange inset;
}

#boton a:hover{
    color: rgb(82, 75, 75);
}

#CTA ul li{
    margin: 0;
    padding-top: 50px;
    list-style: none;
    
}

ul.slider {
    position: relative;
    width: 800px;
    height: 400px;
}

ul.slider li{
    position: absolute;
    bottom: 0;
    top: 0;
    opacity: 0;
    width: inherit;
    height: inherit;
    transition: opacity 0.5s;
}

ul.slider li img{
    width: 40%;
    height: 225px;
    object-fit: contain;
}

ul.slider li:first-child{
    opacity: 1;
}

ul.slider li:target{
    opacity: 1;
}

/*menu del slider*/

.menu{
    text-align: center;
    margin: 0px;
    position: relative;
    top: -450px;
    left: 205px;
}

.menu li{
    display: inline-block;
    text-align: center;
}

.menu li a{
    display: inline-block;
    color: white;
    text-decoration: none;
    background-color: rgb(82, 75, 75);
    padding: 0;
    width: 18px;
    height: 18px;
    font-size: 18px;
    border-radius: 100%;
    
}
/*fin de la cuarta seccion*/

/*inicio del footer*/
footer {
    background-color: rgb(82, 75, 75);
    width: 99%;
    height: 100px;
    margin-top: 70px;
    border-top: 2px solid gold;
    padding: 10px;
    position: relative;
}

footer h3{
    color: white;
    font-size: 20px;
    text-align: center;
    position: relative;
    top: -15px;
}


#correo{
    font-size: 15px;
    position: absolute;
    right:0px;
    top: 60px;
    letter-spacing: 1px;
    
}

#youtube{
    font-size: 15px;
    position: absolute;
    text-align: center;
    right: 45%;
    top: 60px;
    letter-spacing: 1px;
}
    

#instagram{
    font-size: 15px;
    position: absolute;
    text-align: left;
    top: 60px;
    letter-spacing: 1px;
}

#correo a{
    text-decoration: none;
    color: white;
}

#youtube a{
    text-decoration: none;
    color: white;
}

#instagram a{
    text-decoration: none;
    color: white;
}

#correo a:hover{
    color: rgb(212, 204, 35);
}

#youtube a:hover{
    color: rgb(212, 204, 35);
}

#instagram a:hover{
    color: rgb(212, 204, 35);
}

.fa-square-instagram{
    color: rgb(212, 204, 35);
    font-size: 30px;
}

.fa-youtube{
    color: rgb(212, 204, 35);
    font-size: 30px;
}

.fa-envelope{
    color: rgb(212, 204, 35);
    font-size: 30px;
}








