/* CSS Document */
@charset "utf-8";

/* CSS GENERALES */

 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
	zoom:1;
}

.wrapper {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:flex-start;
}

.contenedor {
	width: 100%;
	overflow:hidden; 
}

span {
   color:rgba(211,158,63,1); 
}

/* ROW POP-UP */

#popup {
	top:1%;
	padding:20px;
	background-color:rgba(0,0,0,.9);
	height:auto;
}

#close {
	background-color:rgba(211,158,63,1);
	float:right;
	border:none;
	color:#fff;
	cursor:pointer;
}

button {
   padding: 3px;
}

/* ROW1 LOGO TIPO + MENU */

.row1 {
	background-color: rgba(255,255,255,1);
}

.menu {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 50vh;
	background: rgba(51,51,51,.9);
	transition: all .5s ease;
	transform: translateX(-100%);
    z-index: 2;
}

.menu a {
	display: block;
	color: rgba(255,255,255,1);
	height: 50px;
	text-decoration: none;
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.menu a:hover {
	background: rgba(255,255,255,.3);
}

#menu-bar:checked ~ .menu {
	transform: translateX(0);
}

.row1 label {
    display: grid;
    place-items: center;
    margin: 30px;
	font-size: 30px;
	cursor: pointer;
	color: rgba(211,158,63,1);
}

#menu-bar {
	display: none;
}

.logo_tipo {
	display: grid;
    place-content: center;
}

/* ROW2 BANNER Y CTA 1 */

.row2 {
    background-image: url("../img/banner%20home.jpeg");
	background-size:cover;
	background-repeat: no-repeat;
    background-position:bottom; 
	height: 1000px;
    color: white;
}

.row2 h2{
	font-size: 40px;
	font-style:bold;
}

.rcj_datos_row2 {
	text-decoration: none;
	text-align:center;
	line-height: 35px;
}

.rcj_datos_row2 a {
	color:white;
	text-decoration: none;
	font-size: 20px;
	border: 3px solid;
	display: block;
	width: 200px;
	height: 40px;
}

.rcj_datos_row2 a:hover {
	color: white;
	background-image: url("../img/dott.png");
	background-repeat: repeat;
	border: 3px solid white;
}

.box {
	float: right;
	margin-top: 200px;
	margin-right: 40px;
    z-index: 1;
}

/* ROW3 GALERIA  */

.row3 {
	height: auto;
    
}

.box_galeria img{
    width: 350px;
    height: auto;
    margin: 40px 0;
}

/* ROW4 QUIEN SOY? */

.row4_banner {
	background-image: url("../img/danny-foto2.JPG");
	height: 1000px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row4_banner h2 {
    height: 1000px;
    display: grid;
    place-content: center;
    background-image: url("../img/dott.png");
	background-repeat: repeat;
    color: white;
	font-size: 60px;
}

.row4 {
	height: auto;
	margin: 100px 0;
}


.presentacion {
    width: 500px;
	height: auto;
	padding: 0 20px;
}

.presentacion h2 {
	color: rgba(211,158,63,1);
	font-size: 35px;
	font-weight: bold;
}

.presentacion p {
	color: rgba(50,50,50,1);
	font-size: 20px;
    text-align: left;
}

.box_diploma, .box_packs {
    width: 350px;
    height: auto;
    margin: 50px;
}

.box_diploma h3 {
    color: rgba(211,158,63,1);
    font-weight: bold;
}

.box_diploma, .box_packs p {
    color: rgba(50,50,50,1);
	font-size: 20px;
    text-align: left;
}

.box_diploma img{
    width: 350px;
    height: 250px;
}

/* ROW5 SERVICIOS */

.row5_banner {
	background-image: url("../img/servicios.jpg");
	height: 1000px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row5_banner h2 {
    height: 1000px;
    display: grid;
    place-content: center;
    background-image: url("../img/dott.png");
	background-repeat: repeat;
    color: white;
	font-size: 60px;
}

.box_packs img {
    width: 350px;
    height: auto;
}

.ademas h2 {
    display: grid;
    place-content: center;
    margin: 100px 0 0 0;
    background-image: url("../img/dott.png");
	background-repeat: repeat;
    color: white;
	font-size: 60px;
}

.txt_packs p {
    margin: 100px 0;
	color: rgba(50,50,50,1);
	font-size: 25px;
    text-align: left;
}

.box_packs h3 {
    color: rgba(211,158,63,1);
    font-weight: bold;
}

/* ROW6 OPINIONES */

.row6_banner {
	background-image: url("../img/opiniones.jpg");
	height: 1000px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row6_banner h2 {
    height: 1000px;
    display: grid;
    place-content: center;
    background-image: url("../img/dott.png");
	background-repeat: repeat;
    color: white;
	font-size: 60px;
}

.box_opiniones {
    width: 350px;
    height: auto;
    margin: 50px;
}

.box_opiniones p {
    color: rgba(50,50,50,1);
	font-size: 20px;
    text-align: left;
}

.box_opiniones img{
    width: 350px;
    height: auto;
}

/* ROW7 BANNER Y CTA 2 */

.row7 {
	background-image: url("../img/banner_cta2.jpg");
    height: 1000px;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.row7 h1 {
    height: 1000px;
    display: grid;
    place-content: center;
    text-align: center;
    background-image: url("../img/dott.png");
	background-repeat: repeat;
    color: white;
	font-size: 60px;
}

.row7 a{
	text-decoration: none;
	color:white;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid white;
	padding: 5px 50px;
}

.row7 a:hover{
	background-image: url("../img/dott.png");
	background-repeat: repeat;
	color: white;
	border: 3px solid white;
}

.rcj_datos_row7 {
	margin-top: -350px;
	text-align: center;
}

/* ROW8 SOCIAL */

.social_footer {
	height:100px;
	margin-top: 25px;
}

.social_footer a {
	color: rgba(211,158,63,1);
	text-decoration: none;
	font-size: 35px;
}

.social_footer a:hover {
	color: black;
}

/* ROW9 SITEMAP */

footer {
	height: 200px;
	color: white;
	background-color: black;
}

footer p {
	font-size: 18px;
	margin-top: 25px;
    color: white;
}

.site_map {
	margin-top: 25px;
}

.site_map ul li {
	padding: 10px 0px;
}

.site_map ul li a {
	text-decoration: none;
	font-size: 18px;
	color: white;
}

/* FORM.HTML */

form {
	width:480px;
	margin: 0 auto;
	padding: 50px;
	border: 3px solid rgba(211,158,63,1);
	background-image: url("../img/pix_blanco.png");
	
}
.form_datos {
	background-image:url("../img/banner_form.jpeg");
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.form_datos h2 {
    background-image: url(../img/dott.png);
	text-align: center;
    height: 600px; 
    display: grid;
    place-content: center;
	font-size: 60px;
	color: white;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="date"] {
	display: block;
	width: 200px;
	height: 40px;
	background-color: rgba(250,250,250,.8);
	margin: 10px auto;
	padding: 10px 15px;
	border:2px solid rgba(211,158,63,1);
}

input[type="submit"] {
	display: block;
	width: 335px;
	height: 50px;
	margin: 20px auto;
	background-color: rgba(250,250,250,.8);
	border:3px solid rgba(211,158,63,1);
	color: rgba(211,158,63,1);
	font-size: 20px;
	font-weight: bold;
}

textarea {
	width:374px;
	height:100px;
	resize:none;
	border: 3px solid rgba(211,158,63,1);
}

fieldset {
	border: none;
    margin: 10px 0;
}


/* MEDIA QUERYS  */

@media (min-width:320px) and (max-width:480px) {
    
    /* ROW POP-UP */
    
    #popup img {
        width: 250px;
    }
    
    /* ROW1 LOGO TIPO + MENU */
    
    .logo_tipo img {
        width: 350px;
    }
    
    /* ROW2 BANNER Y CTA 1 */
    
    .row2 {
        height: 600px;
    }

    .row2 h2{
        font-size: 30px;
    }

    .rcj_datos_row2 {
        text-decoration: none;
        text-align:center;
        line-height: 35px;
    }

    .rcj_datos_row2 a {
        width: 150px;
    }
    
    .box_galeria img{
        width: 350px;
        height: auto;
        margin: 40px 0;
    }
    
    /* ROW4 QUIEN SOY? */
    
    .row4_banner {
	   height: 600px;
    }

    .row4_banner h2 {
        height: 600px;
	   font-size: 40px;
    }

     .presentacion {
        width: 350px;
    }

    .presentacion h2 {
        font-size: 30px;
    }

    .box_diploma, .box_packs {
        width: 250px;
        height: auto;
        margin: 50px;
    }

     .box_diploma h3 {
        font-size: 25px;
    }

    .box_diploma img{
        width: 250px;
        height: 180px;
    }
    
    /* ROW5 SERVICIOS */
    
     .row5_banner {
        height: 600px;
    }

    .row5_banner h2 {
        height: 600px;
        font-size: 40px;
    }

    .box_packs img {
        width: 250px;
        height: auto;
    }

    .ademas h2 {
        margin: 50px 0 0 0;
        font-size: 40px;
    }

    .txt_packs p {
        margin: 100px 15px;
        font-size: 25px;
    }

    .box_packs h3 {
        font-size: 25px;
    }
    
    /* ROW6 OPINIONES */
    
     .row6_banner {
        background-image: url("../img/opiniones.jpg");
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .row6_banner h2 {
        height: 600px;
        font-size: 40px;
    }

    .box_opiniones {
        width: 350px;
        height: auto;
        margin: 50px;
    }
    .box_opiniones img{
        width: 250px;
        height: auto;
    }
    
    /* ROW7 BANNER Y CTA 2 */

     .row7 {
        height: 600px;
    }

     .row7 h1 {
        height: 600px;
        font-size: 40px;
    }

    .row7 a{
        font-size: 20px;
    }

    .rcj_datos_row7 {
        margin-top: -100px;
        text-align: center;
    }
    
    /* ROW8 SOCIAL */

    .social_footer {
        margin-top: 50px;
    }

    .social_footer a {
        font-size: 30px;
    }

    /* ROW9 SITEMAP */

    footer {
        height: 250px;
    }

    footer p {
        font-size: 15px;
    }

    .site_map ul li a {
        font-size: 15px;
    }

    /* FORM.HTML */

    form {
        width:300px;

    }
    .form_datos {
        background-image:url("../img/banner_form.jpeg");
        background-repeat:no-repeat;
        background-position: center;
        background-size: cover;
    }

    input[type="text"], input[type="tel"], input[type="email"] {
        width: 200px;
    }

    input[type="submit"] {
        width: 200px;
    }

    textarea {
        width:200px;
        height:150px;
    }

    
}
