/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Juan Antonio Martin
 Author URI:   http://www.imaidea.com
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/
@import url("../Divi/style.css");
	

/*--------- SUPERÍNDICE ---------*/

sup {
  bottom: 0.3em;
  font-size: 90%;
}

/*--------- INICIO ---------*/

/*Botón Banner*/
@media only screen and (max-width: 980px) {
.home .et_pb_section.et_pb_section_0 a.et_pb_button {
margin-top: 200px;
top: 20px;
font-size: 15px !important;
}
}

@media only screen and (max-width: 980px) {
.home .et_pb_section.et_pb_section_0 a.et_pb_button::after {
font-size: 25px !important;
}
}

@media only screen and (max-width: 480px) {
.home .et_pb_section.et_pb_section_0 a.et_pb_button {
margin-top: 200px;
top: 0px;
font-size: 15px !important;
}
}

@media only screen and (max-width: 480px) {
.home .et_pb_section.et_pb_section_0 a.et_pb_button::after {
font-size: 25px !important;
}
}

@media only screen and (max-width: 480px) {
.et_pb_section {
    padding: 0px 0;
}
}
/*Columnas Logos*/
@media only screen and (max-width: 980px) {
.et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_row_sticky {
    width: 50% !important;
}
}

@media only screen and (max-width: 980px) {
.et_pb_column.et_pb_column_1_2.et_pb_column_2.et_pb_row_sticky {
    width: 50% !important;
}
}


/*--------- PRESENTACIÓN ---------*/

/*Anchura columna texto*/

.et_pb_row.et_pb_row_2 {
width: 65%;
}

@media only screen and (max-width: 980px) {
.et_pb_row.et_pb_row_2 {
padding: 0px 0;
}
}


/*--------- OBJETIVOS ---------*/

/*Padding columna texto*/

@media only screen and (max-width: 980px) {
.et_pb_row.et_pb_row_3 {
width: 60%;
}
}


/*--------- ENCUESTA ---------*/

/*Padding columna texto*/

@media only screen and (max-width: 980px) {
.et_pb_column_7 {
    width: 65% !important;
}
}


@media only screen and (max-width: 500px) {
.et_pb_row.et_pb_row_4 {
    width: 90%;
margin-left: 70px;
}
}

/*Botón*/
@media only screen and (max-width: 980px) {
.home .et_pb_section.et_pb_section_4 a.et_pb_button {
font-size: 15px !important;
}
}

@media only screen and (max-width: 980px) {
.home .et_pb_section.et_pb_section_4 a.et_pb_button::after {
font-size: 25px !important;
}
}

@media only screen and (max-width: 480px) {
.home .et_pb_section.et_pb_section_4 a.et_pb_button {
font-size: 15px !important;
}
}

@media only screen and (max-width: 480px) {
.home .et_pb_section.et_pb_section_4 a.et_pb_button::after {
font-size: 25px !important;
}
}